Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Checkbox not supporting persistence #46

Merged
merged 2 commits into from
Nov 25, 2022

Conversation

nmlt
Copy link
Contributor

@nmlt nmlt commented Nov 25, 2022

When using #[store(storage = "local")] with the Checkbox type the build fails because it does not support serialization.

To check whether it works I just quickly changed the input example and added the #[store] macro, which worked with trunk. I didn't actually check whether persistence worked.

I chose the exact same version/featureset of serde as yewdux itself depends on, hope that is a good idea.

@intendednull intendednull merged commit 7d539a8 into intendednull:master Nov 25, 2022
@intendednull
Copy link
Owner

Looks great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants